Searched refs:STRINGS_NUM (Results 1 – 1 of 1) sorted by relevance
116 public final static int STRINGS_NUM = 33; field in Helper171 if ( nID >= STRINGS_NUM ) in GetLocalizedString()178 String[] pStrings = new String[STRINGS_NUM]; in GetLocalizedString()179 for ( int nInd = 0; nInd < STRINGS_NUM; nInd++ ) in GetLocalizedString()970 if ( xContext != null && nErrorID >= 0 && nErrorID < STRINGS_NUM ) in ShowError()
Completed in 13 milliseconds