HomeSort by relevance Sort by last modified time
    Searched refs:noDigits (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
ucol_sit.cpp 208 int32_t noDigits = 0;
209 while((c = **string) != 0 && noDigits < 4) {
221 noDigits++;
225 if(noDigits < 4) {
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp     [all...]

Completed in 56 milliseconds